home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CLOCK(3) MINTLIB LIBRARY FUNCTIONS CLOCK(3)
-
-
- N✓NA✓AM✓ME✓E
- clock - report CPU time used
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <time.h>
-
- clock_t clock(void);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- clock returns the amount of time passed (in 200Hz clock
- ticks) since the program was started.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- t✓ti✓im✓me✓es✓s(✓(3✓3)✓),✓, g✓ge✓et✓tr✓ru✓us✓sa✓ag✓ge✓e(✓(3✓3)✓)
-
- B✓BU✓UG✓GS✓S
- This function is hopelessly different from the UN*X func-
- tion clock, which returns CPU time used by the program and
- all its terminated children, instead of real time elapsed
- since the program started.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-